home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / uupc11ys.zip / MAIL / DELIVER.H < prev    next >
C/C++ Source or Header  |  1993-04-10  |  2KB  |  53 lines

  1. /*--------------------------------------------------------------------*/
  2. /*    d e l i v e r . h                                               */
  3. /*                                                                    */
  4. /*   Externally known functions in deliver.c, delivery subroutines    */
  5. /*                in rmail component of UUPC/extended                 */
  6. /*--------------------------------------------------------------------*/
  7.  
  8. /*--------------------------------------------------------------------*/
  9. /*    Changes Copyright (c) 1989 by Andrew H. Derbyshire.             */
  10. /*                                                                    */
  11. /*    Changes Copyright (c) 1990-1993 by Kendra Electronic            */
  12. /*    Wonderworks.                                                    */
  13. /*                                                                    */
  14. /*    All rights reserved except those explicitly granted by the      */
  15. /*    UUPC/extended license agreement.                                */
  16. /*--------------------------------------------------------------------*/
  17.  
  18. /*--------------------------------------------------------------------*/
  19. /*                          RCS Information                           */
  20. /*--------------------------------------------------------------------*/
  21.  
  22. /*
  23.  *    $Id: DELIVER.H 1.3 1993/04/11 00:36:13 ahd Exp $
  24.  *
  25.  *    $Log: DELIVER.H $
  26.  * Revision 1.3  1993/04/11  00:36:13  ahd
  27.  * Global edits for year, TEXT, etc.
  28.  *
  29.  * Revision 1.2  1992/12/04  01:03:49  ahd
  30.  * Add system alias support
  31.  *
  32.  */
  33.  
  34. #define POSTMASTER "postmaster"
  35.  
  36. size_t Deliver( const char *input, /* Input file name                */
  37.              char *address,           /* Target address                 */
  38.              const boolean sysalias,
  39.                    boolean validate); /* Validate/forward local mail    */
  40.  
  41. extern INTEGER hops;
  42.  
  43. extern boolean remoteMail;
  44.  
  45. extern char *now;
  46.  
  47. extern char fromuser[];
  48. extern char fromnode[];
  49.  
  50. extern  char *ruser;
  51. extern  char *rnode;
  52. extern  char *uuser;
  53.